←Select platform

ListWithEvents<T> Class Members

Summary

The following tables list the members exposed by ListWithEvents<T>.

Public Constructors

Name Description
ListWithEvents<T> Initializes a new instance of the ListWithEvents<T> class.

Public Methods

Name Description
Add Adds an object to the end of the ListWithEvents<T>.
AddRange Adds the elements of the specified collection to the end of the ListWithEvents<T>.
Clear Removes all elements from the ListWithEvents<T>.
Contains Determines whether an element is in the ListWithEvents<T>.
CopyTo Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array..
GetEnumerator Returns an enumerator that iterates through the ListWithEvents<T>.
IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ListWithEvents<T>.
Insert Inserts an element into the ListWithEvents<T> at the specified index.
Remove Removes the first occurrence of a specific object from the ListWithEvents<T>.
RemoveAt Removes the element at the specified index of the ListWithEvents<T>.

Public Properties

Name Description
Count Gets the number of elements actually contained in the ListWithEvents<T>.
IsReadOnly Gets a value indicating whether the list is read-only.
Item Gets or sets the element at the specified index.

Public Events

Name Description
ItemAdded Occurs when an item is added to the list.
ItemRemoved Occurs when an item is removed from the list.
ItemUpdated Occurs when an item in the list is changed.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly